/* top S */

#top {
    background: #efefef;
    border-bottom: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
}

.top_left {}

.top_right {}

.top_right span {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    min-width: 30px;
    height: 30px;
    text-indent: 30px;
    cursor: pointer;
}

.top_right span:nth-child(1) {
    background: url(/public/home/web/image/phone.png) 5px 50% no-repeat;
    background-size: 15px;
    ;
}

.top_right span:nth-child(2) {
    background: url(/public/home/web/image/qrcode.png) 5px 50% no-repeat;
    background-size: 15px;
    ;
}

.top_right span:nth-child(3) {
    background: url(/public/home/web/image/kf.png) 5px 50% no-repeat;
    background-size: 20px;
}

.top_right span>img {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
}

.qrcodebtn {
    position: relative;
}

.qrcodebox {
    position: absolute;
    left: -55px;
    top: 40px;
    display: none;
}

.qrcodebox img {
    width: 150px;
}


/* top E */


/* header S */

#header {}

.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    margin-top: 30px;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}
.header_search .k2 {
 color: #000;
 font-size: 18px;
 background: url(/public/home/web/image/tel.png)no-repeat left center;
 padding-left: 76px;
 margin-top: 30px;
 line-height: 30px;
}
.header_search .k2 strong {
 font-size: 22px;
 font-weight: bold;
 color: #ef0602;
}

/* header E */


/* nav S */

#nav {
    background: #0056b3;
    height: 46px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 133px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.nav>li:after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0px;
    background: #fff;
}

.nav>li:last-child:after {
    display: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 133px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li a {
    color: #555;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 133px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/* nav E */


/* banner S */

#banner {
    border-bottom: 1px solid #efefef;
}


/* banner E */


/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}

.index_title {
    width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}

.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}


/* index about E */


/* index product S */

#index_product {
    width: 1200px;
    margin: 50px auto;
}

.index_product_sort {
    margin-bottom: 40px;
}

.index_product_sort>li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.index_product_sort>li>a {
    padding: 5px 10px;
    border: 2px solid #555;
    border-radius: 10px;
    display: block;
}

.index_product_sort_children {
    position: absolute;
    top: 33px;
    z-index: 999;
    width: 1200px;
    display: none;
}

.index_product_sort>li:hover .index_product_sort_children {
    display: block;
}

.index_product_sort_children>li {
    display: inline-block;
    position: relative;
}

.index_product_sort_children>li>a {
    padding: 10px 10px;
    display: block;
    font-size: 12px;
}

.index_product_info {}

.index_product_info a {
    display: block;
}


/* index product E */


/*index new S*/

#index_new {
    width: 1200px;
    margin: 50px auto;
}

.index_new_ul {}

.index_new_ul li {
    width: 550px;
    padding: 20px;
    float: left;
    margin: 5px;
    background: #f7f7f7;
}

.index_new_li_title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.index_new_li_description {
    font-size: 12px;
    color: #888;
    text-indent: 20px;
    margin-bottom: 15px;
}

.index_new_li_time {
    font-size: 12px;
    color: #888;
}


/*index new E*/


/*footer S*/
.footer{background:#f2f2f2;color:#333;}
.foot_menu{height:50px;line-height:50px;background:#1d69bb;font-size:14px;text-align: center;}
.footer a{color:#fff;}
.foot{margin:40px auto 20px;width: 1200px;}
.foot_logo{width:417px;margin-top:28px;float: left;}
.foot_logo img{display:block;}
.foot_contact{margin-left: 92px;margin-top: 10px;float: left;}
.foot_contact p{line-height:30px;}
.foot_contact p img{vertical-align: middle;margin-right: 5px;}
.foot_ewm{text-align: center;width:160px;float: right;}
.foot_ewm p{color:#a4a4a4;font-size:12px;margin-bottom: 10px;line-height:1em;}
.foot_ewm img{width:160px;}
.content a{color: #333;}
.foot_right{line-height:60px;height:60px;border-top:1px solid #444444;}
.content{width: 1200px;margin: auto;}
/*footer E*/
.link {
    clear: both;
    line-height: 180%;
    padding-top: 30px;
}

/*在线留言悬浮框 S*/

#mbtn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    background: url(/public/home/web/image/mbtn.png) no-repeat 50% 50% #fb503c;
    background-size: 80% 80%;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

.mcbtn {
    float: right;
    width: 25px;
    height: 25px;
    background: url(/public/home/web/image/mcbtn.png) no-repeat 50% 50%;
    background-size: 80% 80%;
    cursor: pointer;
}

#message {
    position: fixed;
    right: 5px;
    bottom: 0px;
    width: 188px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #efefef;
    box-shadow: 2px -2px 2px #efefef;
    display: none;
}

.message_title {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

#message input,
#message textarea {
    margin-bottom: 5px;
}

#message buttoon {}


/*在线留言悬浮框 E*/

/*内页 S*/
#page_about,
#sort_product,
#info_product,
#message_page,
#sitemap,
#search_page {
    width: 1200px;
    margin: 28px auto;
}
.sort_product_left_ul h4,.sort_case_left_ul li:nth-child(1),.sort_new_left_ul li:nth-child(1),.sort_product_left_ul li:nth-child(1),.page_about_left_ul li:nth-child(1),.leftbox_title{
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #0056b3;
    font-weight: bold;
}
.sort_product_right_ul {
    margin-top: 30px;
}

.sort_product_right_ul li {
    width: 191px;
    float: left;
    padding: 5px;
    margin: 6px;
    box-shadow: 2px 2px 2px #efefef;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.sort_product_right_ul li a {
    display: block;
    text-align: center;
}

.sort_product_right_ul li a img {
    max-width: 100%;
    height: 151px;
}

.sort_product_right_ul li a h4 {
    text-align: center;
    line-height: 30px;
}

.sort_new_right_ul {
    margin-top: 30px;
    word-break: break-word;
}

.sort_new_right_ul li {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    clear:both;
}

.sort_new_right_ul li a {
    display: block;
}
.sort_new_right_ul li a img{
    float:left;
    width: 159px;
    height: 120px;
    margin-right: 20px;
}

.sort_new_right_ul li a h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sort_new_right_ul li a p {
    font-size: 13px;
    height: 56px;
    line-height: 28px;
    color: #777;
    text-indent: 20px;
    margin-bottom: 10px;
}

.sort_new_right_ul li a .time {
    font-size: 12px;
    color: #777;
}

.info_product_right_time,
.info_product_right_page_view {
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.info_product_right_image {
    margin-top: 20px;
}

.info_product_right_description {
    word-break: break-word;
    margin-top: 20px;
    border: 1px solid #ebebeb;
    padding: 15px 15px 30px  15px; 
}

.info_product_right_description img {
    max-width: 100%;

}

.rightbox_relation {
    margin-top: 20px;
}

.rightbox_relation_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}
.leftbox_div div>p{
    line-height: 30px;
}

.rightbox_product_relation_ul {}

.rightbox_product_relation_ul li {
    width: 152px;
    padding: 5px;
    margin: 5px;
    float: left;
    background: #f6f6f6;
}

.rightbox_product_relation_ul li a {
    display: block;
}

.rightbox_product_relation_ul li a img {
    width: 152px;
    height: 115px;
}

.rightbox_product_relation_ul li a h4 {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.rightbox_new_relation_ul {
    word-break: break-word;
}

.rightbox_new_relation_ul li {
    padding: 10px;
    margin: 10px 0;
    background: #f9f9f9;
}

.rightbox_new_relation_ul li a {
    display: block;
}

.rightbox_new_relation_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rightbox_new_relation_time {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
}

.rightbox_new_relation_description {
    font-size: 12px;
    color: #666;
    text-indent: 20px;
}

.leftbox_ul p {
    line-height: 24px;
}

.rightbox_message_form {
    margin-top: 20px;
}

.rightbox_message_form input,
.rightbox_message_form textarea {
    margin-bottom: 20px;
    max-width: 800px;
}

.rightbox_message_form textarea {
    line-height: 80px
}
.rightbox_message_form input{
    line-height: 40px;
}

.rightbox_message_form img{
    display: block; 
    margin: 10px 0 20px 10px;
}

.rightbox_message_form button{
    padding:10px 60px;
    border-radius: 5px;
}
.sitemap_right_box {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
}

.sitemap_right_box_title {
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight: 700;
}

.sitemap_right_box_ul {}

.sitemap_right_box_ul li {
    float: left;
    margin: 5px 10px;
}

.search_page_right_form {
    margin-top: 20px;
}

.search_page_right_ul {
    margin-top: 20px;
}

.search_page_right_ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding: 10px 5px;
}

.search_title {
    font-size: 14px;
    margin-bottom: 8px;
}

.search_chunk {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    position: relative;
}

.search_chunk:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #888;
}

.search_sort {
    float: left;
    font-size: 12px;
    color: #888;
    margin-right: 20px;
}

.search_time {
    float: left;
    font-size: 12px;
    color: #888;
}


/*--------------------------------------*/

.leftbox {
    width: 288px;
    float: left;
    padding: 0 10px 10px 10px;
}

.leftbox_ul,.page_about_left_div{
    border: 1px solid #ebebeb;
    padding: 15px;
}

.leftbox_ul li:first-child,
.leftbox_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none;
    color: #fff!important;
}

.leftbox_ul li {
    font-size: 12px;
}

.leftbox_ul li:first-child, .leftbox_title ,.rightbox_title,.rightbox_relation_title,  .rightbox_relation_title{
    font-weight: bold;
    color:#666;
}


.leftbox_ul li a{
    display: block;
    text-indent: 10px;
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
}

.rightbox {
    width: 860px;
    float: right;
    position: relative;
}

.rightbox_title {
    padding: 9px 0;
    font-size: 18px;
    border: none
}

.rightbox_frame {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.rightbox_frame li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.rightbox_frame li:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -5px;
    background: #666;
}

.rightbox_frame li:last-child {
    margin: 0px;
}

.rightbox_frame li:last-child:after {
    display: none;
}

.rightbox_siblings {
    margin-top: 20px;
}

.rightbox_siblings>div {
    margin-bottom: 10px;
}

.makea{
    margin-right: 10px;
}
/*内页 E*/
.back-top-container{display:block;position:fixed;right:50px;bottom:50px;cursor:pointer;z-index:99999}
.yb_conct{position:fixed;z-index:9999999;top:40px;right:-127px;cursor:pointer;transition:all .3s ease}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:1px;border-radius:3px;transition:all .5s ease;overflow:hidden}
.yb_bar .yb_top{background:#176fd0 url(../image/88.jpg) no-repeat 0 0}
.yb_bar .yb_phone{background:#176fd0 url(../image/88.jpg) no-repeat 0 -57px}
.yb_bar .yb_ercode{background:#176fd0 url(../image/88.jpg) no-repeat 0 -169px}
.hd_qr{padding:0 29px 25px 29px}
#index_search{
    width: 1200px;
    margin: auto;
    height: 60px;
}
.index_search_con{
    float: left;
    padding-top: 13px;
}
.index_tel {
    line-height: 60px;
    float: right;
}
/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}

.index_title {
    color: #1d69bb;
    font-weight: bold;
    text-indent: 30px;
    margin: 20px auto;
    position: relative;
    font-size: 18px;
    background: url(/public/home/web/image/ico20.png) no-repeat;
}
.index_title span{color: #c0bfbf;}
.index_about_content {
    width: 680px;
    float: right;
}
.index_about_list ul li {
    width: 54px;
    height: 315px;
    float: left;
    margin-left: 2px;
}
.index_about_list {
    width: 500px;
    float: left;
}
/* index about E */


/* index product S */

#index_product {
    width: 1200px;
    margin: 50px auto;
}

.index_product_sort {
    margin-bottom: 40px;
}

.index_product_sort>li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.index_product_sort>li>a {
    padding: 5px 10px;
    border: 2px solid #555;
    border-radius: 10px;
    display: block;
}

.index_product_sort_children {
    position: absolute;
    top: 33px;
    z-index: 999;
    width: 1200px;
    display: none;
}

.index_product_sort>li:hover .index_product_sort_children {
    display: block;
}

.index_product_sort_children>li {
    display: inline-block;
    position: relative;
}

.index_product_sort_children>li>a {
    padding: 10px 10px;
    display: block;
    font-size: 12px;
}

.index_product_info {}

.index_product_info a {
    display: block;
}

.index_product_title {
    height: 112px;
    background: url(/public/home/web/image/ico8.png) no-repeat top center;
    text-align: center;
}
.index_product_title h4 {
    color: #1d69bb;
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 30px;
}
.index_product_title h4 span {
    color: #c0bfbf;
    font-size: 20px;
    font-family: arial;
}
.index_product_left {
    width: 241px;
    height: 600px;
    float: left;
    padding-top: 28px;
    background: url(/public/home/web/image/ico9.png) no-repeat;
}
.index_product_list {
    margin-top: 30px;
    width: 100%;
}
.index_product_list ul{padding-left: 15px;height: 510px;overflow: hidden;}
.index_product_list li a{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    margin-bottom: 4px;
    padding-left: 15px;
    color: #fff;
    background: url(/public/home/web/image/ico10.png) no-repeat left center;
}
.index_product_right {
    padding-top: 28px;
    width: 932px;
    height: 584px;
    float: right;
    overflow: hidden;
}
.index_product_right ul li {
    float: left;
    width: 298px;
    height: 267px;
    overflow: hidden;
    margin: 0px 12px 25px 0px;
}
.index_product_right ul li img {
    width: 298px;
    height: 222px;
    display: block;
}
.index_product_right ul li h4{
    height: 45px;
    line-height: 45px;
    background: #e6e6e6;
    text-align: center;
}
/* index product E */
.index_case{background: url(/public/home/web/image/ico11.png) no-repeat top center;}
.index_casec{
    width: 1200px;
    margin: 0px auto;
    padding: 40px 0 0 0;
}
.index_case_title {
    text-align: center;
}
.index_case_title h4 {
    font-size: 30px;
    color: #266fbd;
    line-height: 1em;
    font-weight: bold;
}
.index_case_title h4 img {
    vertical-align: middle;
    margin: 0px 8px;
}
.index_case_title h4 span {
    font-size: 20px;
    color: #c0bfbf;
}
.index_case_title hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    border: 0;
    background: #ddd;
}
.index_case_con ul li {
    float: left;
    margin: 0px 1px 14px 1px;
    width: 397px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.index_case_con ul li h4{text-align: center;}
.index_case_con ul li img {
    width: 397px;
    height: 228px;
}
.index_case_con_hover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.index_case_con ul li:hover .index_case_con_hover{-webkit-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;bottom:0;}
.index_case_con_hover h5 {
    display: block;
    width: 110px;
    height: 36px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 95px auto;
}
.index_case_con_hover h5 i {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(/public/home/web/image/ico18.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.index_case_content {
    width: 132px;
    height: 87px;
    position: absolute;
    top: 0;
    left: 12px;
    background: url(/public/home/web/image/ico17.png) no-repeat;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.index_case_content h4 {
    font-size: 16px;
    line-height: 1em;
    margin-top: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#index_case img{height: 180px;}
/*index new S*/

#index_news {
    height: 600px;
    background: url(/public/home/web/image/bg3.png) no-repeat center top;
    position: relative;
}
.index_top {
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -10px;
}
.index_news_con{
    width: 1200px;
    margin: 40px auto;
}
.index_news_title {
    text-align: center;
    padding-top: 75px;
}
.index_news_title h4 {
    font-size: 26px;
    color: #266fbd;
    line-height: 1em;
    font-weight: bold;
}
.index_news_title h4 span {
    font-size: 20px;
    color: #c0bfbf;
    font-family: arial;
}
.index_news_title_con{ position: relative; }
.index_news_title_con h4 {
    color: #2a2828;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
}
.index_news_title_con a {
    display: block;
    color: #2a2828;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 0;
}
.index_news_title_con em {
    display: block;
    width: 170px;
    height: 5px;
    background: #6fb628;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_news_title_con span {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 15px;
}
.index_news_content {
    width: 350px;
    float: left;
    margin: 0px 25px;
}
.index_news_content1 ul li {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #DDDDDD;
    position: relative;
}
.index_news_content1 ul li span {
    color: #bebebe;
    position: absolute;
    top: 0px;
    right: 0px;
}
.index_news_content1 ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    background: #bcbcbc;
}
.index_news_content1 ul li a:hover{color:#1d69bb;}
.news ul li{background: url(/public/home/web/image/wd.png) no-repeat;border-bottom: 1px dashed #cfcfcf;margin-top: 15px;}
.w{
    height: 36px;
    margin-left: 30px;
}
.d{
    height: 48px;
    margin-left: 30px;
}
.index_about_content1 p{line-height: 25px;}
.child{padding-left: 15px;}
.child1{padding-left: 30px;}
